-
Notifications
You must be signed in to change notification settings - Fork 4
Update dependency ember-auto-import to v2.11.1 #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ember-auto-import-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for whyember ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
da7f9b4 to
f238053
Compare
f238053 to
4d780a2
Compare
4d780a2 to
2ee3ebb
Compare
2ee3ebb to
38375e9
Compare
38375e9 to
1211b8a
Compare
1211b8a to
5835785
Compare
5835785 to
2daf039
Compare
2daf039 to
4d4ed66
Compare
4d4ed66 to
cddd671
Compare
cddd671 to
4558ffe
Compare
4558ffe to
819c59c
Compare
819c59c to
1921c64
Compare
1921c64 to
e5c33df
Compare
e5c33df to
856bcb2
Compare
856bcb2 to
93584b2
Compare
93584b2 to
f953657
Compare
f2c6b4f to
1fa430a
Compare
1fa430a to
119ae8b
Compare
119ae8b to
ff234e4
Compare
2494abd to
45aca9c
Compare
45aca9c to
a19e1b8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.4->2.11.1Release Notes
embroider-build/ember-auto-import (ember-auto-import)
v2.11.1ember-auto-import 2.11.1 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenariosCommitters: 1
v2.11.0ember-auto-import 2.11.0 (minor)
🚀 Enhancement
ember-auto-importCommitters: 1
v2.10.1ember-auto-import 2.10.1 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenarios🏠 Internal
@ef4/addon-template,@ef4/app-template,ember-auto-import,@ef4/test-scenarios,broccoli-funnel-typesember-auto-importCommitters: 2
v2.10.0Compare Source
ember-auto-import 2.10.0 (minor)
🚀 Enhancement
ember-auto-import,@ef4/v2-addon-template,@ef4/test-scenariosCommitters: 1
v2.9.0Compare Source
ember-auto-import 2.9.0 (minor)
🚀 Enhancement
ember-auto-import,@ef4/test-scenariosCommitters: 1
v2.8.1Compare Source
ember-auto-import 2.8.1 (patch)
🐛 Bug Fix
ember-auto-importCommitters: 1
v2.8.0Compare Source
ember-auto-import 2.8.0 (minor)
🚀 Enhancement
ember-auto-import🏠 Internal
ember-auto-importember-auto-import,@ef4/test-scenarios@ef4/addon-template,@ef4/app-template,@ef4/test-scenariosCommitters: 2
v2.7.4Compare Source
ember-auto-import 2.7.4 (patch)
🐛 Bug Fix
ember-auto-import🏠 Internal
@ef4/test-scenariosCommitters: 1
v2.7.3Compare Source
ember-auto-import 2.7.3 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenarios🏠 Internal
Committers: 1
v2.7.2Compare Source
ember-auto-import 2.7.2 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenariosCommitters: 1
v2.7.1ember-auto-import 2.7.1 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenariosember-auto-import🏠 Internal
Committers: 2
v2.7.0ember-auto-import 2.7.0 (minor)
🚀 Enhancement
ember-auto-import📝 Documentation
ember-auto-import🏠 Internal
addon-templateapp-template,ember-auto-importCommitters: 4
2.6.3
2.6.2
earlyBootSetmanual workaround.2.6.1
earlyBootSetnow defaults to empty, because it was causing problems for some apps. If you need it you need to turn it on explicitly. @NullVoxPopuli 5682.6.0
earlyBootSetallows you to work around compatibility problems between classic addons and v2 addons by @NullVoxPopuli 5532.5.0
2.4.3
2.4.2
2.4.1
2.4.0
externalswith our own, by @vstefanovic972.3.0
2.2.4
directorymetadata to package.json by @Turbo872.2.3
export * fromsyntax was not detected.2.2.2
styleLoaderOptionsandcssLoaderOptionscorrectly by @boris-petrov2.2.1
2.2.0
2.1.0
insertScriptsAtandinsertStylesAtoptions.insertScriptsAt, this makes it possible to (for example) auto-import a family of polyfills that must run before Ember's traditionalvendor.js. It's also likely to be helpful for building webworkers or other similar standalone targets.import typesyntax, meaning if you only import the types from a package it will not be included in your build. By @buschtoens.2.0.2
publicAssetURL2.0.1
2.0.0
aliasoption to more closely match webpack by doing a prefix match by default.@embroider/macrosimportSyncby @simonihmig1.12.2
1.12.1
@embroider/shared-internals1.0 so that apps can avoid redundant copies1.12.0
import typesyntax, meaningif you only import the types from a package it will not be included in your
build.
Backports #380 from
v2.1.0by @buschtoens.1.11.3
latesttag. This is a re-published of 1.11.2 to supplant that as latest.1.11.2
aliasturned out to be a breaking change, so we're rolling it back in order to make it opt-in.1.11.1
watchDependenciesfeature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.1.11.0
watchDependenciesoptionaliasoption support prefix matching by @buschtoens1.10.1
1.10.0
import(). Template string literals are allowed so long as they point unambiguously to modules within a specific package, or are unambiguously a URL.1.9.0
1.8.0
1.7.0
1.6.0
skipBabeloption by @kasunvp1.5.3
1.5.2
@babel/present-envbut not directly depending on it, which would break apps that didn't happen to already have a copy.1.5.1
1.5.0
config/targets.js. There is an explicitskipBabeloption for when you know for sure a package shouldn't be transpiled.1.4.1
v2.6.3Compare Source
v2.6.2Compare Source
earlyBootSetmanual workaround.v2.6.1Compare Source
earlyBootSetnow defaults to empty, because it was causing problems for some apps. If you need it you need to turn it on explicitly. @NullVoxPopuli 568v2.6.0Compare Source
earlyBootSetallows you to work around compatibility problems between classic addons and v2 addons by @NullVoxPopuli 553v2.5.0Compare Source
v2.4.3Compare Source
v2.4.2Compare Source
v2.4.1Compare Source
v2.4.0Compare Source
externalswith our own, by @vstefanovic97v2.3.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.